home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act3 / 00265.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  105 b   |  7 lines

  1. on mouseUp
  2.   global game3level
  3.   if the frame < marker("rewardwait") then
  4.     go("mcstart")
  5.   end if
  6. end
  7.